Html Css Color HEX #A28C37 Reef Gold

📋 copy color: '#A28C37'

red 162 ◦ green 140 ◦ blue 55

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

Shades of Reef Gold #A28C37

Tints of Reef Gold #A28C37

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.22%

 BLUE value IS 55 (21.88% from 255) = 15.41%

R = 45.38%
G = 39.22%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A28C37 (or 0xA28C37) is known color: Reef Gold. HEX triplet: A2, 8C and 37. RGB value is (162,140,55). Sum of RGB (Red+Green+Blue) = 162+140+55=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C37 is #5D73C8. Grayscale: #898989. Windows color (decimal): -6124489 or 3640482. OLE color: 3640482.

HSL color Cylindrical-coordinate representation of color #A28C37: hue angle of 47.66º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A28C37 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 140 55 -
CMYK 0 0.14 0.66 0.36
HSL 47.66º 0.49% 0.43% -
HSV(B) 47.66º 0.66% 0.64% -
XYZ 24.97 26.71 7.45 -
YUV 136.89 81.79 145.91 -
System Red Green Blue C M Y K H S L
Decimal 162 140 55 0 0.14 0.66 0.36 47.66 0.49 0.43
Hex A2 8C 37 0 E 42 24 30 31 2B
Octal 242 214 67 0 16 102 44 60 61 53
Binary 10100010 10001100 110111 0 1110 1000010 100100 110000 110001 101011

Color Harmonies of #A28C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C37

Black with #A28C37

Text Example


Text Example

White with #A28C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C37; }

 p { color: rgb(162,140,55); }

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

background-color css

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

 a { background-color: rgb(162,140,55); }

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

border-color css

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

 span { border-color: rgb(162,140,55); }

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