Html Css Color HEX #A28F3D Reef Gold

📋 copy color: '#A28F3D'

red 162 ◦ green 143 ◦ blue 61

#A28F3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #A28F3D

Tints of Reef Gold #A28F3D

RGB

 RED value IS 162 (63.67% from 255) = 44.26%

 GREEN value IS 143 (56.25% from 255) = 39.07%

 BLUE value IS 61 (24.22% from 255) = 16.67%

R = 44.26%
G = 39.07%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A28F3D (or 0xA28F3D) is known color: Reef Gold. HEX triplet: A2, 8F and 3D. RGB value is (162,143,61). Sum of RGB (Red+Green+Blue) = 162+143+61=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28F3D is #5D70C2. Grayscale: #8B8B8B. Windows color (decimal): -6123715 or 4034466. OLE color: 4034466.

HSL color Cylindrical-coordinate representation of color #A28F3D: hue angle of 48.71º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A28F3D is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 143 61 -
CMYK 0 0.12 0.62 0.36
HSL 48.71º 0.45% 0.44% -
HSV(B) 48.71º 0.62% 0.64% -
XYZ 25.57 27.66 8.41 -
YUV 139.33 83.79 144.17 -
System Red Green Blue C M Y K H S L
Decimal 162 143 61 0 0.12 0.62 0.36 48.71 0.45 0.44
Hex A2 8F 3D 0 C 3E 24 31 2D 2C
Octal 242 217 75 0 14 76 44 61 55 54
Binary 10100010 10001111 111101 0 1100 111110 100100 110001 101101 101100

Color Harmonies of #A28F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28F3D

Black with #A28F3D

Text Example


Text Example

White with #A28F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28F3D; }

 p { color: rgb(162,143,61); }

 H1.HeaderClassName
 {
   color: #A28F3D;
 }
 .AnyTagClassName
 {
   color: #A28F3D;
 }
</style>

background-color css

<style>
 a { background-color: #A28F3D; }

 a { background-color: rgb(162,143,61); }

 div.DivClassName
 {
   background-color: #A28F3D;
 }
 .BgClassName
 {
   background-color: #A28F3D;
 }
</style>

border-color css

<style>
 span { border-color: #A28F3D; }

 span { border-color: rgb(162,143,61); }

 td.TdClassName
 {
   border-color: #A28F3D;
 }
 .TagClassName
 {
   border-color: #A28F3D;
 }
</style>