Html Css Color HEX #A28C3C Reef Gold

📋 copy color: '#A28C3C'

red 162 ◦ green 140 ◦ blue 60

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

Shades of Reef Gold #A28C3C

Tints of Reef Gold #A28C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.57%

R = 44.75%
G = 38.67%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A28C3C (or 0xA28C3C) is known color: Reef Gold. HEX triplet: A2, 8C and 3C. RGB value is (162,140,60). Sum of RGB (Red+Green+Blue) = 162+140+60=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C3C is #5D73C3. Grayscale: #898989. Windows color (decimal): -6124484 or 3968162. OLE color: 3968162.

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

Color convert

RGB 162 140 60 -
CMYK 0 0.14 0.63 0.36
HSL 47.06º 0.46% 0.44% -
HSV(B) 47.06º 0.63% 0.64% -
XYZ 25.09 26.76 8.12 -
YUV 137.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 162 140 60 0 0.14 0.63 0.36 47.06 0.46 0.44
Hex A2 8C 3C 0 E 3F 24 2F 2E 2C
Octal 242 214 74 0 16 77 44 57 56 54
Binary 10100010 10001100 111100 0 1110 111111 100100 101111 101110 101100

Color Harmonies of #A28C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C3C

Black with #A28C3C

Text Example


Text Example

White with #A28C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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